Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.video.service.contrib--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.video.service.contrib inside nuxeo-platform-video-core-9.10.jar /OSGI-INF/video-service-contrib.xml

Extension Point

Extension point configuration of component VideoService.

Contributed Items

  • <configuration>
          <previewScreenshotInDurationPercent>10.0</previewScreenshotInDurationPercent>
          <storyboardMinDuration>10</storyboardMinDuration>
          <storyboardThumbnailCount>9</storyboardThumbnailCount>
        </configuration>

XML Source

<extension point="configuration" target="org.nuxeo.ecm.platform.video.service.VideoService">

    <configuration>
      <previewScreenshotInDurationPercent>10.0</previewScreenshotInDurationPercent>
      <storyboardMinDuration>10</storyboardMinDuration>
      <storyboardThumbnailCount>9</storyboardThumbnailCount>
    </configuration>

  </extension>